home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 15 / BBS in a box XV-1.iso / Files / Internet / Telnet-FTP-Tools / GopherApp 2.2b43.sit / GopherApp++_2.2b43.rsrc / TEXT_1001_Server2Mac Map.txt < prev    next >
Encoding:
Text File  |  1993-12-05  |  2.4 KB  |  43 lines

  1. # Gopher Server to Mac type map
  2. #
  3. # This is a quick hack to give Gopher server files a file type based on 
  4. # their pathname suffix.  This is not the best method -- I hope we can expand the
  5. # Gopher server typing scheme to do this more certainly than relying on pathnames.
  6. # But it should give you a taste where Gopher file typing may go.  If you find this
  7. # useful, make it known to various Gopher server managers that this should be
  8. # added to the Gopher protocol.
  9. #
  10. # Server  Local 
  11. # Path    Gopher Map   Transfer    Mac    Mac    Save To
  12. # suffix  Type   When    Type      Type  Creator  Disk   Launch
  13. #
  14. .gif          9    always      binary       GIFf   JVWR    yes     yes  'JPEGView' #GIF picture, Quick Gif
  15. .tar.Z     9    default  binary    BINA   ????    yes     no   'none'#a general binary
  16. .rtf       9    always   text      TEXT   MSWD       yes     yes  'Microsoft Word' #ms word rich text
  17. .ps        9    always   binary    TEXT   ????    yes     no   'Microsoft Word' #postscript
  18. .eps             9    always   binary    EPSF   8BIM    yes     yes  'adobe photoshop'
  19. .tiff      9    always   binary    TIFF   8BIM       yes        yes  'adobe photoshop'
  20. .pict      9    always   binary    PICT   JVWR    yes     yes  'JPEGView'  
  21. .jfif      9    always   binary    JFIF   JVWR    yes     yes  'JPEGView' #JPEG Viewer
  22. .jpeg      9    always   binary    JPEG   JVWR    yes     yes  'JPEGView' #JPEG Viewer
  23. .jpg       9    always   binary    JPEG   JVWR    yes     yes  'JPEGView'  #JPEG Viewer
  24. #---
  25. .hqx       4      always  binary   TEXT  IGo4     yes     no   'GopherApp'# binhex file
  26. .uue       6      always  text     TEXT  Rich     yes     no   'none'   # uuencoded file
  27. #
  28. # put any comments after "#"
  29. # separate values by spaces, must include all (7) fields in a line 
  30. #
  31. # suffix = string to match at end of server pathname (case sensitive)
  32. # local gopher type = single character, see types and comments in Gopher Map
  33. # mapWhen = (always, default, never)  = when to apply this mapping
  34. #      (default == apply only if server item type is default (text) document)
  35. # transferType = (binary, text, none) = method to transfer data from server to client
  36. #      (currently text == binary + strip linefeeds, none = not supported)
  37. # MacType = Mac Finder file type
  38. # MacCreator = Mac Finder file creator
  39. # saveToDisk = (yes, no) = save as disk file (otherwise try to display in client?)
  40. # launch = (yes, no) = launch app creator with file (system 7)
  41. #
  42.